PDF4Java Reference Documentation
com.o2sol.pdf4java.content.visualobjects Package / PDFPathItem Class / getPoints Method
In This Topic
    getPoints Method
    In This Topic
    Gets the item points.
    The number of points in the array depends on the item type. MoveTo and LineTo types have a single point, CCurveTo has 3 points, VCurveTo and YVCurveTo have 2 points and the CloseSubpath has no points (the array is null).
    Syntax
    public PDFPoint[] getPoints()

    Return Value

    An array of point associated with the path item.
    See Also